From 8224501d481fca054276f633d35b1b477681a379 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 20 Feb 2001 01:35:00 +0000 Subject: [PATCH] (image-file-name-extensions): Add "tif". --- lisp/image-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image-file.el b/lisp/image-file.el index 052cea8232b..7875314d335 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -38,7 +38,7 @@ ;;;###autoload (defcustom image-file-name-extensions - '("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm") + '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm") "*A list of image-file filename extensions. Filenames having one of these extensions are considered image files, in addition to those matching `image-file-name-regexps'. -- 2.30.2